C#
VB
Java
Objective-C
WinRT C#
C++
Transforms the specified point array by the LeadMatrix and returns the result.
public void TransformPoints(
Leadtools.LeadPointD[] points
)
Public Overloads Sub TransformPoints( _
ByVal points() As Leadtools.LeadPointD _
)
public void TransformPoints(
Leadtools.LeadPointD[] points
)
void LeadMatrixTransformPoints(const LeadMatrix *matrix, LeadPointD* points, NSUInteger count)
public void transformPoints(LeadPointD[] points)
function Leadtools.LeadMatrix.TransformPoints(LeadPointD[])(
points
)
public:
void TransformPoints(
Leadtools.array<LeadPointD>^ points
)
points
The points to transform.
This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET